stubdom: Fix the Makefile to avoid brace expansion
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 4 Aug 2008 10:15:24 +0000 (11:15 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 4 Aug 2008 10:15:24 +0000 (11:15 +0100)
commit5bab5230292bf93127513f373c227b21500e91af
tree8b7079a82c6e087558c2271e341506ff9f96a70d
parent78665a10dceb3047c80d945d17dd480e1d4ded7a
stubdom: Fix the Makefile to avoid brace expansion

While building stubdom, I saw an error.

  install: cannot stat `lib/{config,header,pci,types}.h': No such file
  or directory

It seems brace expansion is not available in some environments, so we
had better avoid using it.

Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@ab.jp.nec.com>
stubdom/Makefile